Cucumber Features
Expand All
Collapse All
Feature: Login
@run
features\login.feature:3
Scenario Outline:
LoginMe
Given
user is on the homepage
features/step_definitions/common_steps.rb:1
When
user gives <username> and <password>
features/step_definitions/login_steps.rb:2
Then
verification message should be displayed
features/step_definitions/login_steps.rb:38
Examples
username
password
Screenshot
Screenshot
Screenshot
user1
pwd1
Screenshot
Screenshot
Screenshot
user2
pwd2